home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 2
/
Amiga Tools 2.iso
/
tex
/
macros
/
source
/
contrib
/
fancyheadings
/
fancyheadings.tex
/
img5.png
< prev
next >
Portable Network Graphic
|
1995-03-09
|
59KB
|
1149x1409
|
8-bit (25 colors)
Labels:
text
|
screenshot
|
font
|
menu
OCR:
setlength{\unitlength} { 18mm} newcommand{\blob} {\rule[ -. 2\unitlength] {2\unitlength}{. 5\unitlength} } newcommand\rblob{ \ thepage begin{picture} (0,0) \put (1, - \value{section} ) {\blob} \end{picture} } newcommand\1blob{% \begin{picture} (0,0) \put (-3, - \value{section} ) {\blob} \end{picture}% thepage} pagestyle{fancy} \cfoot {} newcounter{line} newcommand{\secname} [1] {\addtocounter{line} {1}% \put (1, - \value{line} ) {\blob} \put (-7.5, - \value{line} ) {\Large \arabic{line} } \put (-7, - \value{line}) {\Large #1} } newcommand{\overview}{\thepage \begin{picture} (0,0) secname {Introduction} \secname {The first year} \secname {Specialisation} . . etc .. . \end{picture} } begin{document} \rhead{\overview}\mbox{}\ \ % This produces the overview page \rhead{} % Front matter may follow here \rhead [\rightmark] {\rblob} \1head [\1blob] {\leftmark}